at91: simplify spl board_init_f function
authorJosh Wu <[email protected]>
Fri, 23 Oct 2015 09:23:57 +0000 (17:23 +0800)
committerAndreas Bießmann <[email protected]>
Sun, 1 Nov 2015 21:02:14 +0000 (22:02 +0100)
commit478ec83489dea9e27b59eeaf77eed52a6d1185f5
treec63e7bec141ae8dac8a4a366cfe09a5049e01e22
parent0e067a65f57189703668826d9841fea477026bf6
at91: simplify spl board_init_f function

crt0.S do both memset the bss section and call board_init_r for us, so
remove them from board_init_f().

Signed-off-by: Josh Wu <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Andreas Bießmann <[email protected]>
arch/arm/mach-at91/spl_atmel.c